home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / Pyramid / Source / Pyramid.h < prev    next >
Text File  |  1993-09-15  |  658b  |  35 lines

  1. /*    Pyramid.h - Pyramid model.
  2.  *    Copyright (C) 1993 Corona Design, Inc. All rights reserved.
  3.  *
  4.  *    Abstract
  5.  *        This model displays a tetrahedron with colored sides.
  6.  *
  7.  *    RCS path: 
  8.  *        $Source: /Users/pkron/Projects/voxel/Pyramid/RCS/Pyramid.h,v $
  9.  *    Modified: $Date: 93/09/15 12:35:10 $ by $Author: pkron $
  10.  *    Current State: $State: Exp $ locked by $Locker:  $
  11.  */
  12.  
  13. #import <appkit/appkit.h>
  14. #import    "standard.h"
  15. #import    "perspect.h"
  16.  
  17. @interface Pyramid: Object
  18.     {
  19.     POINT    pyramid[4];
  20.     }
  21.  
  22. - drawModel: (MATRIX)transform : (NXRect *)clip;
  23.  
  24.  
  25. @end
  26.  
  27. #ifdef    _LOG
  28. /*
  29.  *    $Log:    Pyramid.h,v $
  30.  * Revision 1.1  93/09/15  12:35:10  pkron
  31.  * Created.
  32.  * 
  33.  */
  34. #endif        
  35.